From: Andrea Corallo Date: Mon, 19 Feb 2024 16:47:45 +0000 (+0100) Subject: * etc/syncdoc-type-hierarchy.el (syncdoc-lispref-dir): Clean-up. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2385^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6a2b43c5692e7427be0ddc6b084052f283b77d65;p=emacs.git * etc/syncdoc-type-hierarchy.el (syncdoc-lispref-dir): Clean-up. --- diff --git a/etc/syncdoc-type-hierarchy.el b/etc/syncdoc-type-hierarchy.el index 10bcb059ac8..b3dfe63406a 100644 --- a/etc/syncdoc-type-hierarchy.el +++ b/etc/syncdoc-type-hierarchy.el @@ -37,11 +37,10 @@ (require 'cl-lib) (require 'org-table) -(eval-and-compile - (defconst syncdoc-lispref-dir (concat (file-name-directory - (or load-file-name - buffer-file-name)) - "../doc/lispref/"))) +(defconst syncdoc-lispref-dir (concat (file-name-directory + (or load-file-name + buffer-file-name)) + "../doc/lispref/")) (defun syncdoc-insert-dot-content (rankdir) (maphash (lambda (child parents)